From 2f2c3b65c3d145c772850c1d3d42ccf75e26ceaa Mon Sep 17 00:00:00 2001 From: "tlh20@elite.cl.cam.ac.uk" Date: Sun, 18 May 2003 12:50:42 +0000 Subject: [PATCH] bitkeeper revision 1.242 (3ec781a2i_3yx4EVbMDTQaQ_JLxwxw) Use rpmbuild for compatability with other redhat versions --- tools/internal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal/Makefile b/tools/internal/Makefile index b21f2f90a1..6cbaf9090d 100644 --- a/tools/internal/Makefile +++ b/tools/internal/Makefile @@ -36,7 +36,7 @@ rpm: all rm -rf staging mkdir staging mkdir staging/i386 - rpm --define "staging$$PWD/staging" --define '_builddir.' --define "_rpmdir$$PWD/staging" -bb rpm.spec + rpmbuild --define "staging$$PWD/staging" --define '_builddir.' --define "_rpmdir$$PWD/staging" -bb rpm.spec mv staging/i386/*.rpm . rm -rf staging -- 2.30.2